-
Notifications
You must be signed in to change notification settings - Fork 102
lightning: fix encode kvs size greater than 4.0g caused pebble panic #1105
Conversation
594ddef
to
c36436f
Compare
Co-authored-by: glorv <glorvs@163.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
/rebuild |
/lgtm |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 846569b
|
/run-integration-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 75b8c03
|
In response to a cherrypick label: new pull request created: #1127. |
In response to a cherrypick label: new pull request created: #1128. |
What problem does this PR solve?
panic: pebble: batch too large: >= 4.0 G
What is changed and how it works?
sends kv batch every 96k.
Check List
Tests
Related changes
Release Note